home *** CD-ROM | disk | FTP | other *** search
/ JCSM Shareware Collection 1993 November / JCSM Shareware Collection - 1993-11.iso / cl760 / scnp785j.lzh / NONLIN.PLT < prev    next >
Text File  |  1991-08-19  |  351b  |  21 lines

  1. clrdata
  2. clrplot
  3. xlabel X
  4. ylabel Y
  5. title Plot of Nonlinear Curve Fit made by program NLFIT
  6. legend3 0.18 0.290 Y(X)_=_P1_*_X_/_(_P2_+_X_)
  7. legend4 0.18 0.213 P1_=_.425741___P2_=_2.4809
  8. scatter 1
  9. read 6
  10. 1.68 0.172
  11. 3.33 0.25
  12. 5 0.286
  13. 6.67 0.303
  14. 10 0.334
  15. 19 0.384
  16. xstart 1.68
  17. xend 19
  18. xsamples 128
  19. y(x) = .425741 * x / ( 2.4809 + x )
  20. plot
  21.